home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mail / UUPack_37_1.lha / UUPack / Man / UUPack.man
Text File  |  1995-04-17  |  2KB  |  72 lines

  1. :ts=8
  2.  
  3.  
  4.     NAME
  5.     UUPack 37.1
  6.  
  7.     SYNOPSIS
  8.     From/a,Dest=Destination/M,-o=To/K,-s=Subject/K,-d=Description/K,
  9.     -m=SplitSize/K/N
  10.  
  11.     DESCRIPTION
  12.     Encode the given file into a message for sending to a remote machine.
  13.     Automatically splits the file into a multi-part message if it is
  14.     larger than splitsize.
  15.  
  16.     INPUT
  17.     From/A            The file you are going to send.
  18.  
  19.     Dest=Destination/M    One or more electronic mail addresses. May
  20.                 not be used with the To option.
  21.  
  22.     -o=To/K            A file to output to. The message will be
  23.                 written to the given file name. If more than
  24.                 one message is needed, this is the base name,
  25.                 and a sequence number is provided as a suffix.
  26.  
  27.     -s=Subject/K        Subject of the mail message or article. Will
  28.                 be put in each message sent, with sequence
  29.                 numbers appended for more than one message.
  30.  
  31.     -d=Description/K    The name of a file that describes the file
  32.                 being sent.
  33.  
  34.     -m=SplitSize/K/N    Maximum size of a single message in bytes. If
  35.                 that is not defined, then there is "no" limit.
  36.  
  37.     ENVIRONMENT VARIABLES
  38.     The following environment variables are recognized (commandline over-
  39.     rides `SplitSize' variable):
  40.  
  41.     CustomShell        Name, if any, of CustomShell (e.g. WShell).
  42.                 If not defined, UUPack will use the UserShell
  43.                 for piping.
  44.  
  45.     SendMail        SendMail command. Defaults to "SendMail".
  46.  
  47.     SplitSize        Maximum size of messages (default: 2147483647).
  48.  
  49.     WhoAmI            To be used for last part of Message-ID. The
  50.                 default is "soli.deo.gloria".
  51.  
  52.  
  53.     REQUIREMENTS
  54.     dos.library v37+
  55.     utility.library v37+
  56.     fifo.library v37+
  57.  
  58.     BUGS
  59.     None known.
  60.  
  61.     AUTHOR
  62.     Klaus Alexander Seistrup <kas@mink.ping.dk>
  63.     Copyright © 1994,95 Magnetic Ink
  64.  
  65.     FUTURE
  66.     I can't promise you to develop this program further. However, please
  67.     let me know of any bugs that you may find.
  68.  
  69.     SEE ALSO
  70.     mpack (available via anonymous ftp in ftp.andrew.cmu.edu:pub/mpack/).
  71.  
  72.